net/http.http2serverConn.sendWindowUpdate (method)

10 uses

	net/http (current package)
		h2_bundle.go#L5004: 		sc.sendWindowUpdate(nil, int(diff))
		h2_bundle.go#L5659: 			sc.sendWindowUpdate(nil, int(f.Length)) // conn-level
		h2_bundle.go#L5796: 		sc.sendWindowUpdate(nil, p.Len())
		h2_bundle.go#L5940: 		sc.sendWindowUpdate(nil, int(f.Length)) // conn-level
		h2_bundle.go#L5957: 		sc.sendWindowUpdate(nil, int(f.Length)) // conn-level
		h2_bundle.go#L5978: 				sc.sendWindowUpdate(nil, int(f.Length)-wrote)
		h2_bundle.go#L6606: 	sc.sendWindowUpdate(nil, n) // conn-level
		h2_bundle.go#L6610: 		sc.sendWindowUpdate(st, n)
		h2_bundle.go#L6616: 	sc.sendWindowUpdate(st, int(n))
		h2_bundle.go#L6620: func (sc *http2serverConn) sendWindowUpdate(st *http2stream, n int) {